internal/reflectlite.rtype.String (method, view implemented interface methods)

4 uses

	internal/reflectlite (current package)
		type.go#L527: func (t *rtype) String() string {
		type.go#L578: 	s := t.String()
		value.go#L444: 	panic(context + ": value of type " + v.typ.String() + " is not assignable to type " + dst.String())